Skip To Content

Update Job Properties

The Update Job Properties step allows the person running a job to update the job's extended properties. When the step is run, the properties configured in the step template appear in the job tile. If help text was configured for the step, it appears at the bottom of the job tile. Default or current values appear in a text box below each property and can be updated.

If a property contains an invalid value or a required property doesn't contain a value, the property is highlighted in red and the Proceed button is unavailable.

When the step is run, you can perform the following actions:

  • Click Cancel to discard any changes and to return to the job list.
  • Click Proceed to update the job properties and finish running the step.

Configure the step

Complete these steps to configure the Update Job Properties step:

  1. Create or edit a workflow diagram to access the Step Library panel.
  2. Drag Update Job Properties from the Step Library to a connection arrow of a step on the workflow canvas.

    The Step Details panel appears.

  3. Provide a name for the step in the Step Name text box.
  4. Optionally, provide a description for the step in the Step Description text box.
  5. Configure step options in the Options section as necessary.
    • Automatically Executes—Runs the step as soon as it becomes active.
    • Can Be Skipped—Allows the step to be finished without being run.
  6. In the Logic section, add the message you want to appear when the step is run in the User Prompt text box.
  7. In the Arguments section, type the table name and field name of the property you want to allow to be updated in the Job Property text box using the following syntax:
    tablename.fieldname
  8. Optionally, click Add New Job Property and repeat step 7 to add additional properties.
    注:

    To delete a job property, hover over it and click the Delete Property button Delete Property.

  9. Optionally, reorder the properties.
    1. Hover over a property.
    2. Click the Reorder Property button Reorder Property and drag it to the desired location.
  10. Optionally, click the Help tab and provide help text for the step in the Help text box.
  11. Optionally, click the Style tab to change the shape and color of the step.

Return codes

When the step finishes running, it sends a return code to indicate the result of the step. The return code is evaluated, and the workflow follows all paths that match the step's return value. The following table lists the step's return codes:

Return codeDescription

Failure

The step failed to complete successfully.

Success

The step completed successfully.

相关主题