activateTask

Makes workflow task wfstr active and not completed, so that users can edit wfstr.

Version

1.3

Parameters

Parameter Type Description
wfstr string Name of task to activate.
wfRelationSeqId (optional) number: long Relation sequence ID of workflow process to which wfstr belongs.

Notes

If workflow uses sub-processes that contains duplicate workflow task names, use parameter wfRelationSeqId to specify the process or subprocess whose wfstr you want to activate. You can find the value of wfRelationSeqId by querying workflow tables (e.g. GPROCESS.RELATION_SEQ_ID)