wfm.LoadScript

This job returns a script from the database.

1. Input Parameters

Name Type Required Description

OrganisationId

STRING

Yes

ID of the organization.

WorkflowId

STRING

Yes

ID of the workflow.

ScriptId

STRING

Yes

ID of the script.

2. Output Parameters

Name Type Dependency Description

ScriptCode

STRING

The requested script code.

3. Return Value

(INT): 0 = Job successful, otherwise error code.

4. See Also